Skip to content

Regenerate start skill adapter files after body-file conversion#101

Merged
sebastientaggart merged 2 commits into
devfrom
feature/fix-start-sync-drift
Apr 11, 2026
Merged

Regenerate start skill adapter files after body-file conversion#101
sebastientaggart merged 2 commits into
devfrom
feature/fix-start-sync-drift

Conversation

@sebastientaggart

Copy link
Copy Markdown
Member

The source skill skills/start.md was updated in #82 to use --body-file - instead of --body for gh issue create and gh issue comment, but the four adapter output files were not regenerated. This caused the sync-check CI job to fail with exit code 1 on every run.

This PR cherry-picks the source skill fix and regenerates all adapter outputs so sync.sh --dry-run passes cleanly.

Closes #100

sebastientaggart and others added 2 commits April 11, 2026 09:39
The original fix converted submit-for-review.md and deploy.md but missed
start.md, where gh issue create and gh issue comment still used inline
--body with multi-line content — causing Claude to wrap them in $(cat <<EOF),
which defeats Bash(gh:*) permission matching.

Closes #82

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@sebastientaggart

Copy link
Copy Markdown
Member Author

Review Summary

Verdict: APPROVE

Findings

No issues found. Code looks correct and follows project conventions.

All five files (skills/start.md and the four adapter outputs) carry the identical --body--body-file - <<'EOF' conversion for both gh issue create and gh issue comment. The adapter hash footers are updated accordingly. The change matches the description (cherry-pick from #82 + regeneration) and closes #100.

@sebastientaggart
sebastientaggart merged commit d8bcb2f into dev Apr 11, 2026
2 checks passed
@sebastientaggart
sebastientaggart deleted the feature/fix-start-sync-drift branch April 11, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant